<name>Parador</name>
<profession>Benighter</profession>
<faction>Church of the Moon</faction>
<dialogue>
  <greeting>
    <reply>
      <if>
        <reputation>60</reputation>
      </if>
      <text>Followers of the Moon, behold our Observatory.</text>
      <return>main</return>
    </reply>
    <reply>
      <text>Heathens! We do not want you here.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>What are you doing here, so high up the mountain?</text>
      <npc>
        <reply>
          <text>We watch the skies, [class]. 
When the Moon comes over, we worship her.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>May we enter?</text>
      <npc>
        <reply>
          <text>That you may not, unless you have a pass. And it must be genuine, beware of false queens and kings.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Stay true, Benighter!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>